|
|
The Get command returns a result using a selected function. Each data
type has a different set of functions.
Options
- Input Argument: The input value for the function.
- As: The data type to convert the input into before
passing to the function. "..." is the neutral data type that keeps
the input arguments type as is.
- Function: Value is the neutral function that supports
all data types - it returns the value of the input argument.
- Output Argument: The output variable with the function
results.
|